projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0482e4
)
* process.c: (Flist_system_processes):
author
Dan Nicolaescu
<dann@ics.uci.edu>
Fri, 19 Dec 2008 22:19:49 +0000
(22:19 +0000)
committer
Dan Nicolaescu
<dann@ics.uci.edu>
Fri, 19 Dec 2008 22:19:49 +0000
(22:19 +0000)
(Fsystem_process_attributes): Fix strange CVS problem, return the
correct value.
src/process.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index 4172ffe1f50c9281e985e874fc1e6d490f3083df..84d2f102113a31458405d92b129296ba7cd89801 100644
(file)
--- a/
src/process.c
+++ b/
src/process.c
@@
-7795,7
+7795,7
@@
See `system-process-attributes' for getting attributes of a process
given its ID. */)
()
{
- return
Qnil
;
+ return
list_system_processes ()
;
}
DEFUN ("system-process-attributes", Fsystem_process_attributes,
@@
-7851,7
+7851,7
@@
integer or floating point values.
Lisp_Object pid;
{
- return
Qnil
;
+ return
system_process_attributes (pid)
;
}
void